CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux epoll

搜索资源列表

  1. coronet-0.23.tar

    0下载:
  2. Coroutine and epoll based development library for Linux OS.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:356011
    • 提供者:iceman_dvd
  1. libevent-2.0.16-stable.tar

    0下载:
  2. libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台。-libevent is an event triggered by the network library for windows, linux, bsd and other platforms, the internal
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:837650
    • 提供者:yoyo
  1. libiop-code-1.0.4

    0下载:
  2. 一个c语言开发的跨平台网络IO库 功能特性: 1:c/c++ api, 底层支持epoll,select,poll等io模型 2:异步事件模型 3:任务池模型,跨平台线程接口 4:跨平台(Linux/windows) 5:日志服务 6:稳定,支持7*24小时无间断运行,自动处理异常状态 7:高并发与快速响应 8:API简洁, 学习成本底-The libiop provides a mechanism to
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:155534
    • 提供者:jonas
  1. lepoollli

    0下载:
  2. linux 下epoll的用法,支支持几万个fd,大型服务器的网络架构 -linux usage under epoll support to support tens of thousands fd, large server network architecture
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-06
    • 文件大小:2201
    • 提供者:sacri
  1. Wcennterservvr

    0下载:
  2. linux写的一种基于epoll技技术的通信服务器,数据库使用mysql -the linux based the epoll technology technology communication server database using mysql
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:74629
    • 提供者:sacri
  1. libevent

    0下载:
  2. ibevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。-ibevent network library is triggered by an event, suitable for windows, linux, bsd multiple platforms, internal management event mechanism using select, epoll, kqueue sy
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:394282
    • 提供者:emacsense
  1. epollTelnet

    0下载:
  2. linux下的epoll版telnet服务器,已实现基本功能,如果需要实际应用可以在框架基础上修改。-epoll version under linux telnet server, Basic functions, if you need the practical application can be modified on the basis of the framework.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:68658
    • 提供者:Derek
  1. Ping_ppp0_call

    0下载:
  2. epoll linux 代码 网络编程实现3G网络接入自动切换,适合无线网络设备开发者参考代码-epoll linux 代码 网络编程实现3G网络接入自动切换,适合无线网络设备开发者参考代码
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:1302
    • 提供者:wang
  1. TCPserver

    0下载:
  2. linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用-TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:2937
    • 提供者:panyongxuan
  1. libevent_lib

    0下载:
  2. libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台,而且根据libevent官方网站上公布的数据统计,似乎也有着非凡的性能。 -descr iptor or after a timeout has been reached. Furthermore, libevent
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:271496
    • 提供者:陆连进
  1. 简单的HTTP服务器(bubble httpd)

    0下载:
  2. 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
  3. 所属分类:Web服务器

    • 发布日期:2013-10-16
    • 文件大小:51919
    • 提供者:ipaoTAT
  1. HPGSC

    0下载:
  2. 高性能游戏服务器集群 从技术层面来看,各个平台都有一些自己特有的东西,比如Windows 平台下面的IOCP技术,可以说为了支持大的并发,IOCP是一个Windows平台的必选方案。而在Linux下面Epoll又是所有开发人员需要掌握的技术-High-performance game server clusters
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:268903
    • 提供者:dzl
  1. libevent

    0下载:
  2. libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台,而且根据libevent官方网站上公布的数据统计,似乎也有着非凡的性能-libevent is an event triggered by a network library for windows, linux, bsd,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-23
    • 文件大小:430260
    • 提供者:陈风
  1. linux_tools

    0下载:
  2. linux工具包常用消息队列、共享内存、linux 下epoll服务器的封装-Implementation of Linux toolkit common source queue data structure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:22089
    • 提供者:云海
  1. spider

    0下载:
  2. 网络爬虫项目,实现网络爬虫爬虫子系统基于Linux平台,分为主控模块、下载模块、URL提取模块和持久化模块,其中用到了Linux多路复用技术(Epoll模型),socket,多线程、正则表达式、守护进程、Linux动态库等Linux系统开发技术。-Web crawler project, network subsystem is based on the Linux platform reptile reptiles, divided into the main control module,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:28005
    • 提供者:maitian
  1. libevent-2.0.21-stable

    0下载:
  2. libevent是一个事件触发的网络库 ,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制-The libevent API provides a mechanism to a callback function when a specific event occurs on a file descr iptor or after a timeout has been reached. Furthermore, libe
  3. 所属分类:Linux Network

    • 发布日期:2017-05-11
    • 文件大小:2129734
    • 提供者:Angel_Siter
  1. server

    0下载:
  2. Linux下使用epoll进行通信的服务器端代码,完整可运行,可供初学的朋友参考。-Linux uses server-side code under epoll communication full run, for beginners reference to a friend.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:Ailsa
  1. epoll_socket

    0下载:
  2. epoll实现的网络编程服务器程序,在linux下调试通过,可放心使用!-epoll achieve network programming server program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2192
    • 提供者:Harlen
  1. network_epool_pool_select_demo

    0下载:
  2. Linux 网络编程 pool epool 和 的简单使用示例,有利于分析理解这几种方式的用法。-Simple to use examples Linux Network Programming poll epoll and conducive to analyze and understand the usage of this in several ways.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1750
    • 提供者:Fockey
  1. epollUDP

    0下载:
  2. UDP高性能EPOLL操作方式,性能非常高linux c++ epoll编程,支持epoll udp-High-performance EPOLL UDP mode of operation, the performance is very high linux c++ epoll programming, support epoll udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:725938
    • 提供者:huzhixing
« 1 2 3 45 »
搜珍网 www.dssz.com